x86: fix cpufreq_dom_mask
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 8 Sep 2008 13:01:17 +0000 (14:01 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 8 Sep 2008 13:01:17 +0000 (14:01 +0100)
commit9b5a8c7b09a9d29dfc48485b58ee6d1a5f1c1b8a
tree1fb188a74e4f49d14b8c12ced542bedb8d5df603
parent0705c231d98cc36970b52d65b66a5aeeeec6a79b
x86: fix cpufreq_dom_mask

cpufreq_dom_mask must not be confined to the number of CPUs in the
system - there's nothing disallowing e.g. 1-based domain identifiers
to be used in _PSD. It still remains risky to assume that these
numbers are 'small' and/or not allocated sparsely.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/acpi/cpufreq/cpufreq.c